home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / skin / classic / dom.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-09-23  |  2.5 KB  |  133 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. .panelNode-dom {
  4.     overflow-x: hidden !important;
  5. }
  6.  
  7. .domTable {
  8.     width: 100%;
  9. }
  10.  
  11. .memberLabelCell {
  12.     padding: 2px 0 2px 0;
  13.     vertical-align: top;
  14. }
  15.  
  16. .memberValueCell {
  17.     padding: 1px 0 1px 5px;
  18.     display: block;
  19.     overflow: hidden;
  20. }
  21.  
  22. .memberLabel {
  23.     cursor: default;
  24.     -moz-user-select:  none;
  25.     overflow: hidden;
  26.     /*position: absolute;*/
  27.     padding-left: 18px;
  28.     /*max-width: 30%;*/
  29.     white-space: nowrap;
  30.     background-color: #FFFFFF;
  31. }
  32.  
  33. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  34.  
  35. .memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {
  36.     cursor: pointer;
  37.     color: blue;
  38.     text-decoration: underline;
  39. }
  40.  
  41. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  42.  
  43. .userLabel {
  44.     color: #000000;
  45.     font-weight: bold;
  46. }
  47.  
  48. .userClassLabel {
  49.     color: #E90000;
  50.     font-weight: bold;
  51. }
  52.  
  53. .userFunctionLabel {
  54.     color: #025E2A;
  55.     font-weight: bold;
  56. }
  57.  
  58. .domLabel {
  59.     color: #000000;
  60. }
  61.  
  62. .domFunctionLabel {
  63.     color: #025E2A;
  64. }
  65.  
  66. .ordinalLabel {
  67.     color: SlateBlue;
  68.     font-weight: bold;
  69. }
  70.  
  71. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  72. .scopesRow {
  73.     padding: 2px 18px;
  74.     background-color: LightYellow;
  75.     border-bottom: 5px solid #BEBEBE;
  76.     color: #666666;
  77. }
  78. .scopesLabel {
  79.     background-color:  LightYellow;
  80. }
  81.  
  82. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  83.  
  84. .watchEditCell {
  85.     padding: 2px 18px;
  86.     background-color: LightYellow;
  87.     border-bottom: 1px solid #BEBEBE;
  88.     color: #666666;
  89. }
  90.  
  91. .editor-watchNewRow,
  92. .editor-memberRow {
  93.     font-family: Monaco, monospace !important;
  94. }
  95.  
  96. .editor-memberRow {
  97.     padding: 1px 0 !important;
  98. }
  99.  
  100. .editor-watchRow {
  101.     padding-bottom: 0 !important;
  102. }
  103.  
  104. .watchRow > .memberLabelCell {
  105.     font-family: Monaco, monospace;
  106.     padding-top: 1px;
  107.     padding-bottom: 1px;
  108. }
  109.  
  110. .watchRow > .memberLabelCell > .memberLabel {
  111.     background-color: transparent;
  112. }
  113.  
  114. .watchRow > .memberValueCell {
  115.     padding-top: 2px;
  116.     padding-bottom: 2px;
  117. }
  118.  
  119. .watchRow > .memberLabelCell,
  120. .watchRow > .memberValueCell {
  121.     background-color: #F5F5F5;
  122.     border-bottom: 1px solid #BEBEBE;
  123. }
  124.  
  125. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  126.  
  127. .watchToolbox {
  128.     z-index: 2147483647;
  129.     position: absolute;
  130.     right: 0;
  131.     padding: 1px 2px;
  132. }
  133.